Set use-fallback property to True for GtkScaleButton icons.
authorJohn Lindgren <john.lindgren@aol.com>
Sat, 5 Apr 2014 14:07:25 +0000 (10:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 6 Apr 2014 05:12:41 +0000 (01:12 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=727662

gtk/resources/ui/gtkscalebutton.ui

index 877465f5b43846d6dac06a0159263a34edd84b92..6c5b36ffd1db470c2e80d80a54f7b32295f4f974 100644 (file)
@@ -12,6 +12,7 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="icon_name">image-missing</property>
+        <property name="use-fallback">True</property>
       </object>
     </child>
   </template>
@@ -45,6 +46,7 @@
                 <property name="visible">True</property>
                 <property name="icon-name">list-add-symbolic</property>
                 <property name="icon-size">0</property>
+                <property name="use-fallback">True</property>
               </object>
             </child>
             <signal name="button-press-event" handler="cb_button_press" swapped="no"/>
@@ -91,6 +93,7 @@
                 <property name="visible">True</property>
                 <property name="icon-name">list-remove-symbolic</property>
                 <property name="icon-size">0</property>
+                <property name="use-fallback">True</property>
               </object>
             </child>
             <signal name="button-press-event" handler="cb_button_press" swapped="no"/>